SPARK Annotation Language - définition. Qu'est-ce que SPARK Annotation Language
Diclib.com
Dictionnaire en ligne

Qu'est-ce (qui) est SPARK Annotation Language - définition

PROGRAMMING LANGUAGE
SPADE Ada Kernel; RavenSPARK; SPARK language; SPARK Programming Language; Spark language; SPARK Language; Spark programming language; SPARK programming language; SPARK Toolset; SPARK Examiner; Ada Spark; Ada/Spark; Ada/SPARK
  • 250px

SPARK Annotation Language      
<language> (SAL) ICL, Ltd. Used in the verification of SPARK programs against Z specifications. (1994-12-08)
Spark Infrastructure         
AUSTRALIAN PUBLIC COMPANY
Spark infrastructure; Citipower
Spark Infrastructure Group is an Australian investment fund which owns and manages a portfolio of electricity infrastructure assets.
Wasted spark system         
  • Ignition system of a flat-twin [[Citroën 2CV]]
  • Ignition Coils of a Ford RS1600i
IGNITION SYSTEM USED IN SOME FOUR-STROKE CYCLE INTERNAL COMBUSTION ENGINES
Wasted spark
A wasted spark system is a type of ignition system used in some four-stroke cycle internal combustion engines. In a wasted spark system, the spark plugs fire in pairs, with one plug in a cylinder on its compression stroke and the other plug in a cylinder on its exhaust stroke.

Wikipédia

SPARK (programming language)

SPARK is a formally defined computer programming language based on the Ada programming language, intended for the development of high integrity software used in systems where predictable and highly reliable operation is essential. It facilitates the development of applications that demand safety, security, or business integrity.

Originally, there were three versions of the SPARK language (SPARK83, SPARK95, SPARK2005) based on Ada 83, Ada 95 and Ada 2005 respectively.

A fourth version of the SPARK language, SPARK 2014, based on Ada 2012, was released on April 30, 2014. SPARK 2014 is a complete re-design of the language and supporting verification tools.

The SPARK language consists of a well-defined subset of the Ada language that uses contracts to describe the specification of components in a form that is suitable for both static and dynamic verification.

In SPARK83/95/2005, the contracts are encoded in Ada comments and so are ignored by any standard Ada compiler, but are processed by the SPARK "Examiner" and its associated tools.

SPARK 2014, in contrast, uses Ada 2012's built-in "aspect" syntax to express contracts, bringing them into the core of the language. The main tool for SPARK 2014 (GNATprove) is based on the GNAT/GCC infrastructure, and re-uses almost the entirety of the GNAT Ada 2012 front-end.